Files
termux-app/app/src/main/res/layout/extra_keys_main.xml
2016-05-20 10:44:23 +02:00

11 lines
445 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.termux.app.ExtraKeysView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/extra_keys"
style="?android:attr/buttonBarStyle"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
android:background="#263238"
android:orientation="horizontal"
android:textColor="@android:color/white" />