From 3a60668dd45461721cf44b9607ac947e02cb6f12 Mon Sep 17 00:00:00 2001 From: Stephen Bird Date: Thu, 9 Jul 2015 15:59:58 -0700 Subject: Protected Folders: Prevent the folder name from covering the toggle Change-Id: I2d1d4550674efcab221e071c3290da2aeadad501 (cherry picked from commit 9711ba2542f4a15ed5dce442886a6a86d3ac0fa6) (cherry picked from commit fac4493b4a99e9beb5d8b5ba75a042e3046fa9fd) --- res/layout/hidden_folder.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/layout/hidden_folder.xml') diff --git a/res/layout/hidden_folder.xml b/res/layout/hidden_folder.xml index ca06f6e48..01dd934eb 100644 --- a/res/layout/hidden_folder.xml +++ b/res/layout/hidden_folder.xml @@ -30,6 +30,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" + android:layout_toStartOf="@id/folder_lock_icon" android:paddingBottom="@dimen/folder_name_padding" android:paddingTop="@dimen/folder_name_padding" android:hint="@string/folder_hint_text" -- cgit v1.2.3