X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fedit_bookmark_dialog.xml;h=2ce1495adcadd844b49758107c50b80046f8e95c;hp=039ba40d598b1a1a77cfd32fbfbf6cfaf839022d;hb=8142ac5fc2489de735de4b6fa21a1eae733ccfce;hpb=a45494e763affaa93f42927ee58f45803e1ee9db diff --git a/app/src/main/res/layout/edit_bookmark_dialog.xml b/app/src/main/res/layout/edit_bookmark_dialog.xml index 039ba40d..2ce1495a 100644 --- a/app/src/main/res/layout/edit_bookmark_dialog.xml +++ b/app/src/main/res/layout/edit_bookmark_dialog.xml @@ -1,125 +1,137 @@ + along with Privacy Browser Android. If not, see . --> - + android:layout_height="wrap_content" + 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:checked="true" /> + + - - + + android:orientation="horizontal" + android:layout_marginTop="6dp" + android:layout_marginBottom="6dp" > + android:layout_gravity="center_vertical" /> - + + - - + android:layout_marginStart="7dp" + android:layout_gravity="center_vertical" + android:text="@string/webpage_favorite_icon" + android:textSize="18sp" + android:textColor="?android:textColorPrimary" /> + - - - - - + - - - - - - - + + + + + + + - - \ No newline at end of file + android:layout_marginTop="6dp" + android:layout_marginBottom="12dp" + android:layout_marginStart="4dp" + android:layout_marginEnd="4dp" > + + + + + + \ No newline at end of file