Project

General

Profile

Download (425 Bytes) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / layout / popup_object_simple.xml @ 99b8a069

1
<?xml version="1.0" encoding="utf-8"?>
2
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:id="@+id/objectScroll"
4
    android:layout_width="match_parent"
5
    android:layout_height="0dp"
6
    android:layout_weight="1">
7

    
8
    <GridLayout
9
        android:id="@+id/objectGrid"
10
        android:layout_width="match_parent"
11
        android:layout_height="wrap_content">
12
    </GridLayout>
13

    
14
</ScrollView>
(27-27/31)