|
|
|
@ -3,6 +3,7 @@ |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:padding="16dp"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
@ -10,6 +11,8 @@ |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
tools:text="@string/name" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/iv_download" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" /> |
|
|
|
@ -19,6 +22,8 @@ |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
tools:text="@string/author" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/iv_download" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_name" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" /> |
|
|
|
@ -28,6 +33,8 @@ |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/secondaryText" |
|
|
|
|
tools:text="@string/action_download" |
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/iv_download" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tv_author" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" /> |
|
|
|
@ -52,6 +59,7 @@ |
|
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
|
android:padding="10dp" |
|
|
|
|
android:text="@string/export" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintRight_toRightOf="parent" /> |
|
|
|
|