Merge pull request #50 from AAPS-Omnipod/omnipod_eros_dev_ux_changes
Changed orientation of Omnipod image to match logos.
This commit is contained in:
commit
aa3728993b
|
@ -758,10 +758,12 @@
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:drawableTop="@drawable/ic_pod"
|
android:drawableTop="@drawable/ic_pod"
|
||||||
android:paddingTop="10dp" />
|
android:paddingTop="10dp"
|
||||||
|
android:rotationX="180"
|
||||||
|
android:rotationY="180" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue