mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
moving the editor bottom line a bit up
This commit is contained in:
@ -38,6 +38,10 @@
|
|||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:background="@drawable/gradient_background"/>
|
android:background="@drawable/gradient_background"/>
|
||||||
|
|
||||||
|
<include
|
||||||
|
android:id="@+id/bottom_editor_primary_actions"
|
||||||
|
layout="@layout/bottom_editor_primary_actions"/>
|
||||||
|
|
||||||
<include
|
<include
|
||||||
android:id="@+id/bottom_aspect_ratios"
|
android:id="@+id/bottom_aspect_ratios"
|
||||||
layout="@layout/bottom_actions_aspect_ratio"
|
layout="@layout/bottom_actions_aspect_ratio"
|
||||||
@ -70,8 +74,4 @@
|
|||||||
android:layout_above="@+id/bottom_editor_primary_actions"
|
android:layout_above="@+id/bottom_editor_primary_actions"
|
||||||
android:visibility="gone"/>
|
android:visibility="gone"/>
|
||||||
|
|
||||||
<include
|
|
||||||
android:id="@+id/bottom_editor_primary_actions"
|
|
||||||
layout="@layout/bottom_editor_primary_actions"/>
|
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Reference in New Issue
Block a user