mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
* commit '61c71e80c3c46eb1a4396d26b98c75432b358d27': A follow up to AAPT change
This commit is contained in:
commit
44409e18c5
@ -29,7 +29,7 @@
|
||||
android:layout_weight="1" >
|
||||
|
||||
<TextView
|
||||
android:id="@+android:id/text1"
|
||||
android:id="@android:id/text1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="marquee"
|
||||
@ -38,7 +38,7 @@
|
||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||
|
||||
<TextView
|
||||
android:id="@+android:id/text2"
|
||||
android:id="@android:id/text2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignStart="@android:id/text1"
|
||||
|
Loading…
Reference in New Issue
Block a user