1
0
mirror of https://github.com/termux/termux-app synced 2024-06-14 05:16:37 +00:00
termux-app/app/src/main/res/layout/view_terminal_toolbar_extra_keys.xml

9 lines
394 B
XML

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