summaryrefslogtreecommitdiffstats
path: root/res/layout-land/filtershow_draw_ui.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/filtershow_draw_ui.xml')
-rw-r--r--res/layout-land/filtershow_draw_ui.xml119
1 files changed, 51 insertions, 68 deletions
diff --git a/res/layout-land/filtershow_draw_ui.xml b/res/layout-land/filtershow_draw_ui.xml
index 642a7bdb6..46e214a5e 100644
--- a/res/layout-land/filtershow_draw_ui.xml
+++ b/res/layout-land/filtershow_draw_ui.xml
@@ -144,78 +144,61 @@
</FrameLayout>
<LinearLayout
- android:layout_width="match_parent"
+ android:id="@+id/listColors"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal"
+ android:layout_weight="6"
+ android:layout_marginBottom="10dp"
+ android:layout_marginTop="10dp"
+ android:layout_marginStart="1dp"
+ android:layout_marginEnd="1dp">
+
+ <Button
+ android:id="@+id/draw_color_button01"
+ android:layout_width="0dp"
+ android:layout_weight="1"
android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:layout_marginBottom="10dp"
- android:layout_marginTop="10dp"
- android:layout_marginStart="1dp"
- android:layout_marginEnd="1dp">
-
-
- <LinearLayout
- android:id="@+id/listColors"
- android:layout_weight="5"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
+ android:background="@drawable/filtershow_color_picker_circle"
+ android:layout_marginEnd="4dp"/>
- <Button
- android:id="@+id/draw_color_button01"
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content"
- android:background="@drawable/filtershow_color_picker_circle"
- android:layout_marginEnd="4dp"/>
-
- <Button
- android:id="@+id/draw_color_button02"
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content"
- android:background="@drawable/filtershow_color_picker_circle"
- android:layout_marginEnd="4dp"/>
-
- <Button
- android:id="@+id/draw_color_button03"
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content"
- android:background="@drawable/filtershow_color_picker_circle"
- android:layout_marginEnd="4dp"/>
+ <Button
+ android:id="@+id/draw_color_button02"
+ android:layout_width="0dp"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:background="@drawable/filtershow_color_picker_circle"
+ android:layout_marginEnd="4dp"/>
- <Button
- android:id="@+id/draw_color_button04"
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content"
- android:background="@drawable/filtershow_color_picker_circle"
- android:layout_marginEnd="4dp"/>
+ <Button
+ android:id="@+id/draw_color_button03"
+ android:layout_width="0dp"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:background="@drawable/filtershow_color_picker_circle"
+ android:layout_marginEnd="4dp"/>
- <Button
- android:id="@+id/draw_color_button05"
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content"
- android:background="@drawable/filtershow_color_picker_circle"
- android:layout_marginEnd="4dp"/>
+ <Button
+ android:id="@+id/draw_color_button04"
+ android:layout_width="0dp"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:background="@drawable/filtershow_color_picker_circle"
+ android:layout_marginEnd="4dp"/>
- </LinearLayout>
+ <Button
+ android:id="@+id/draw_color_button05"
+ android:layout_width="0dp"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:background="@drawable/filtershow_color_picker_circle"
+ android:layout_marginEnd="4dp"/>
- <FrameLayout
- android:background="@color/background_main_toolbar"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center">
- <Button
- android:id="@+id/draw_color_popupbutton"
- android:layout_width="48dp"
- android:layout_gravity="center"
- android:layout_height="wrap_content"
- android:background="@drawable/ic_action_overflow"
- />
- </FrameLayout>
- <!--@drawable/ic_action_overflow
- @android:drawable/ic_menu_more-->
- </LinearLayout>
+ <Button
+ android:id="@+id/draw_color_popupbutton"
+ android:layout_width="0dp"
+ android:layout_height="wrap_content"
+ android:background="@drawable/ic_action_overflow"
+ android:layout_marginEnd="4dp"/>
+ </LinearLayout>
</LinearLayout>