16 lines
635 B
XML
16 lines
635 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<jp.dip.humming.padkey.InputView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:background="@color/info_layout_background" >
|
|
|
|
<TextView
|
|
android:id="@+id/textViewInfo"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/info_dummy_text"
|
|
android:background="@color/info_background"
|
|
android:textColor="@color/info_foreground" />
|
|
|
|
</jp.dip.humming.padkey.InputView> |