mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 08:35:08 -04:00
13 lines
541 B
XML
13 lines
541 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/widgets"
|
||
|
android:layout_alignParentRight="true"
|
||
|
android:paddingLeft="4dip"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
>
|
||
|
<!-- http://stackoverflow.com/questions/1121192/android-custom-listview-unable-to-click-on-items
|
||
|
we want something a bit bigger than it is right now -->
|
||
|
</LinearLayout>
|