Changed orientation of Omnipod image to match logos. Moved to bottom of screen to prevent screen jumping when dynamic menus expand.

This commit is contained in:
Teleriddler 2020-12-22 01:22:25 +01:00
parent 76a9576dbc
commit c30832e46c

View file

@ -756,13 +756,6 @@
android:layout_marginBottom="5dp"
android:background="@color/listdelimiter" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:drawableTop="@drawable/ic_pod"
android:paddingTop="10dp" />
</LinearLayout>
</ScrollView>
@ -774,6 +767,15 @@
android:layout_alignParentBottom="true"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:drawableTop="@drawable/ic_pod"
android:paddingTop="10dp"
android:rotationX="180"
android:rotationY="180" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"