mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 19:14:04 +08:00
11 lines
445 B
XML
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" />
|