mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
13 lines
442 B
XML
13 lines
442 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE AndroidXML>
|
|
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/LayoutData"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:numColumns="auto_fit"
|
|
android:verticalSpacing="5dp"
|
|
android:horizontalSpacing="5dp"
|
|
android:padding="5dp"
|
|
android:stretchMode="columnWidth"
|
|
android:gravity="right"
|
|
/> |