X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fcreate_bookmark_folder_dialog.xml;h=92fbc4baa8909f3605b1854589277c041ea32f12;hp=4233839a8368fbb092e492fa82ffb304804c1b89;hb=1b27ac6f2b7c046945fc97e2aff9adbde8a152ce;hpb=0abf9642763f1af98af73b2fc3cc44752a342db3 diff --git a/app/src/main/res/layout/create_bookmark_folder_dialog.xml b/app/src/main/res/layout/create_bookmark_folder_dialog.xml index 4233839a..92fbc4ba 100644 --- a/app/src/main/res/layout/create_bookmark_folder_dialog.xml +++ b/app/src/main/res/layout/create_bookmark_folder_dialog.xml @@ -1,113 +1,126 @@ + along with Privacy Browser Android. If not, see . --> - + android:layout_width="match_parent" > - + android:orientation="vertical" > - + + android:layout_width="match_parent" + android:orientation="horizontal" + android:layout_marginTop="12dp" + android:layout_marginBottom="6dp" > + + - + android:text="@string/default_folder_icon" + android:textSize="18sp" + android:textColor="?android:textColorPrimary" /> - - + + android:layout_width="match_parent" + android:orientation="horizontal" + android:layout_marginTop="6dp" + android:layout_marginBottom="12dp" > + android:layout_gravity="center_vertical" /> - + + - - + android:layout_width="wrap_content" + android:layout_marginStart="7dp" + android:layout_gravity="center_vertical" + android:text="@string/webpage_favorite_icon" + android:textSize="18sp" + android:textColor="?android:textColorPrimary" /> + - - - - - + - + android:layout_marginTop="6dp" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" > - - \ No newline at end of file + + + + + + + + + \ No newline at end of file