16 lines
No EOL
580 B
XML
16 lines
No EOL
580 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:background="?attr/bg_color"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/keyboard_item"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
tools:text="3"/>
|
|
|
|
</LinearLayout> |