mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-09 12:04:03 +08:00
Add initial support for extra keys
This commit is contained in:
10
app/src/main/res/layout/extra_keys_main.xml
Normal file
10
app/src/main/res/layout/extra_keys_main.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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" />
|
||||
Reference in New Issue
Block a user