Merge "Fix rounded corners fangs in RTL" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5c5f1f6419
@@ -22,6 +22,7 @@
|
||||
android:id="@+id/left"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="left"
|
||||
android:tint="#ff000000"
|
||||
android:src="@drawable/rounded" />
|
||||
<ImageView
|
||||
@@ -29,6 +30,6 @@
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:tint="#ff000000"
|
||||
android:layout_gravity="end"
|
||||
android:layout_gravity="right"
|
||||
android:src="@drawable/rounded" />
|
||||
</FrameLayout>
|
||||
|
||||
Reference in New Issue
Block a user