tv: use plus instead of text for importing
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
8b596697b7
commit
93fb3b345b
@ -57,13 +57,14 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="16dp"
|
android:layout_margin="16dp"
|
||||||
android:text="@string/create_from_file"
|
android:minWidth="0dp"
|
||||||
android:textColor="?attr/colorOnPrimary"
|
|
||||||
android:visibility="@{isDeleting ? View.GONE : View.VISIBLE}"
|
android:visibility="@{isDeleting ? View.GONE : View.VISIBLE}"
|
||||||
|
app:icon="@drawable/ic_action_add_white"
|
||||||
|
app:iconPadding="0dp"
|
||||||
|
app:iconTint="?attr/colorOnPrimary"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent" />
|
app:layout_constraintEnd_toEndOf="parent" />
|
||||||
|
|
||||||
<!-- TODO: ic_action_generate is wrong. this should instead be a "return"/"back" icon -->
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/delete_button"
|
android:id="@+id/delete_button"
|
||||||
style="@style/Widget.MaterialComponents.Button"
|
style="@style/Widget.MaterialComponents.Button"
|
||||||
|
Loading…
Reference in New Issue
Block a user