Add HBrowse

This commit is contained in:
NerdNumber9
2019-08-10 20:23:43 -04:00
parent 45fc2f2e0e
commit b4c1e6a44c
12 changed files with 1122 additions and 9 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="?attr/listPreferredItemHeightSmall"
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
android:paddingRight="?attr/listPreferredItemPaddingRight"
android:background="?attr/selectableItemBackground"
android:focusable="true">
<Button
android:id="@+id/dialog_open_button"
style="@style/Theme.Widget.Button.Borderless"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:text="Button" />
</LinearLayout>