25 lines
1005 B
XML
25 lines
1005 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<carbon.widget.FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/h6"
|
|
android:padding="@dimen/cu"
|
|
android:visibility="invisible"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:carbon_inAnimation="1"
|
|
app:carbon_outAnimation="1">
|
|
<carbon.widget.FrameLayout
|
|
android:id="@+id/h7"
|
|
android:background="?attr/ec"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:carbon_elevation="@dimen/cb">
|
|
<carbon.widget.RecyclerView
|
|
android:id="@+id/zq"
|
|
android:paddingTop="@dimen/cv"
|
|
android:paddingBottom="@dimen/cv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fadeScrollbars="false"/>
|
|
</carbon.widget.FrameLayout>
|
|
</carbon.widget.FrameLayout>
|