X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fedit_bookmark_folder_dialog.xml;h=5ea5bc85a4ca0e799fd7b5138aa115e2d3bb8270;hp=dae0cbbe3c367a15441dcc41318fdac091f0cb06;hb=1b27ac6f2b7c046945fc97e2aff9adbde8a152ce;hpb=9f551f25b53a30cca7b19b6e6bfc2d2520d9aa1b diff --git a/app/src/main/res/layout/edit_bookmark_folder_dialog.xml b/app/src/main/res/layout/edit_bookmark_folder_dialog.xml index dae0cbbe..5ea5bc85 100644 --- a/app/src/main/res/layout/edit_bookmark_folder_dialog.xml +++ b/app/src/main/res/layout/edit_bookmark_folder_dialog.xml @@ -1,137 +1,157 @@ + along with Privacy Browser Android. If not, see . --> - + + android:orientation="horizontal" + android:layout_marginTop="12dp" + 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:text="@string/folder_names_must_be_unique" + android:layout_marginStart="7dp" + android:layout_marginEnd="7dp" /> \ No newline at end of file