|
@@ -18,6 +18,7 @@
|
|
License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
-->
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/footer_container"
|
|
android:id="@+id/footer_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -32,7 +33,7 @@
|
|
android:layout_marginBottom="@dimen/min_list_item_size"
|
|
android:layout_marginBottom="@dimen/min_list_item_size"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:padding="@dimen/standard_padding"
|
|
android:padding="@dimen/standard_padding"
|
|
- android:text="@string/show_hidden_folders"
|
|
|
|
|
|
+ tools:text="Show 3 hidden folders"
|
|
android:textColor="@color/secondary_text_color" />
|
|
android:textColor="@color/secondary_text_color" />
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|