|
|
|
@ -2,21 +2,21 @@
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
|
|
|
android:background="@drawable/background_gradient">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Loading Filters label -->
|
|
|
|
<!-- Loading Filters label -->
|
|
|
|
<TextView android:id="@android:id/empty"
|
|
|
|
<TextView android:id="@android:id/empty"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:text="@string/FLA_loading"
|
|
|
|
android:text="@string/FLA_loading"
|
|
|
|
|
|
|
|
android:background="@drawable/background_gradient"
|
|
|
|
style="@style/TextAppearance.TLA_NoItems"/>
|
|
|
|
style="@style/TextAppearance.TLA_NoItems"/>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- List -->
|
|
|
|
<!-- List -->
|
|
|
|
<ExpandableListView android:id="@android:id/list"
|
|
|
|
<ExpandableListView android:id="@android:id/list"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:background="@null"
|
|
|
|
android:background="@drawable/background_gradient"
|
|
|
|
android:scrollbars="vertical"
|
|
|
|
android:scrollbars="vertical"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|