Added height and width attributes to library_row and library_row_expandable. This fixes an inspection error

This commit is contained in:
Xiao Bao Clark 2015-08-09 12:02:13 +10:00
parent fbacc48b3e
commit 70954bc5b9
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ THE SOFTWARE.
-->
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:maxLines="2"
android:textColor="?android:textColorPrimary"

View File

@ -22,6 +22,8 @@ THE SOFTWARE.
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:id="@+id/text"