X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fedit_bookmark_folder_databaseview_dialog.xml;h=abcb98c2caeb631f09e8f8cbd99ff70c2bab4ffd;hp=72acc7ef92891fd6a97fe6d64a5aa1d8933769f9;hb=1b27ac6f2b7c046945fc97e2aff9adbde8a152ce;hpb=eb9bc527c37223964f7c00592df982b47ff2f81c diff --git a/app/src/main/res/layout/edit_bookmark_folder_databaseview_dialog.xml b/app/src/main/res/layout/edit_bookmark_folder_databaseview_dialog.xml index 72acc7ef..abcb98c2 100644 --- a/app/src/main/res/layout/edit_bookmark_folder_databaseview_dialog.xml +++ b/app/src/main/res/layout/edit_bookmark_folder_databaseview_dialog.xml @@ -1,31 +1,31 @@ + along with Privacy Browser Android. If not, see . --> - + - + + android:orientation="horizontal" + android:layout_marginTop="6dp" + android:layout_marginBottom="6dp" > - - - - - - - - - - - - + + + + - - - - - - - + android:layout_width="wrap_content" + android:layout_marginStart="7dp" + android:layout_gravity="center_vertical" + android:text="@string/current_folder_icon" + android:textSize="18sp" + android:textColor="?android:textColorPrimary" /> + + + + + + + + + + - - + + + + + + + + + + + - - + - + + android:textColor="?android:textColorPrimary" /> @@ -193,23 +211,27 @@ android:layout_width="wrap_content" android:text="@string/display_order" android:textSize="18sp" - android:textColor="?attr/primaryTextColorSelector" + android:textColor="?android:textColorPrimary" android:layout_marginEnd="6dp" - android:labelFor="@+id/edit_folder_display_order_edittext"/> + android:labelFor="@+id/display_order_edittext"/> + android:selectAllOnFocus="true" + android:importantForAutofill="no" + tools:targetApi="26" /> + android:text="@string/folder_names_must_be_unique" + android:layout_marginStart="7dp" + android:layout_marginEnd="7dp" /> \ No newline at end of file