15 lines
488 B
XML
15 lines
488 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:padding="8dp"
|
||
|
android:id="@+id/mod_action_item">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/operation"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="@string/mod_tags"
|
||
|
android:textSize="16dp"/>
|
||
|
|
||
|
</LinearLayout>
|