DroidFish: Moved buttons slightly away from the screen edges to avoid

interference between opening a drawer and long pressing a button.
This commit is contained in:
Peter Osterlund 2015-12-28 15:02:20 +01:00
parent 7026555cbe
commit ddab55e064
3 changed files with 5 additions and 2 deletions

View File

@ -28,7 +28,8 @@
<LinearLayout
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:layout_marginRight="6dp">
<ImageButton
android:id="@+id/custom3Button"
android:contentDescription="@string/buttonDesc_custom3"

View File

@ -21,6 +21,7 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginRight="6dp"
android:paddingTop="1dp">
<TextView
android:id="@+id/status"

View File

@ -23,7 +23,8 @@
<LinearLayout
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:layout_marginLeft="6dp">
<ImageButton
android:id="@+id/custom3Button"
android:contentDescription="@string/buttonDesc_custom3"