mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Added padding for folder button
This commit is contained in:
parent
f2498920f0
commit
3e4effa7c6
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
android:id="@+id/open_folder"
|
android:id="@+id/open_folder"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:padding="5dp"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
|
|
Loading…
Reference in a new issue