Skip to content
Snippets Groups Projects
Commit 44409e18 authored by Ken Wakasa's avatar Ken Wakasa Committed by Android Git Automerger
Browse files

am 61c71e80: am 31869bf5: A follow up to AAPT change

* commit '61c71e80':
  A follow up to AAPT change
parents d4626dbf 61c71e80
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
android:layout_weight="1" > android:layout_weight="1" >
<TextView <TextView
android:id="@+android:id/text1" android:id="@android:id/text1"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:ellipsize="marquee" android:ellipsize="marquee"
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
android:textAppearance="?android:attr/textAppearanceMedium" /> android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView <TextView
android:id="@+android:id/text2" android:id="@android:id/text2"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignStart="@android:id/text1" android:layout_alignStart="@android:id/text1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment