mirror of
https://github.com/fr3ts0n/AndrOBD.git
synced 2026-08-02 07:57:07 -04:00
14 lines
406 B
XML
14 lines
406 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" >
|
|
|
|
<GridView
|
|
android:id="@android:id/list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:choiceMode="none"
|
|
/>
|
|
|
|
</RelativeLayout> |