Allow copying metadata to clipboard
This commit is contained in:
parent
997267bad1
commit
d0d5373be9
2 changed files with 7 additions and 2 deletions
|
|
@ -15,10 +15,10 @@
|
|||
<TextView
|
||||
android:id="@+id/metadata_type_view"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:gravity="end"
|
||||
android:gravity="center_vertical|end"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textStyle="bold"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue