Project

General

Profile

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

magiccube / src / main / res / layout / popup_object_scrollless.xml @ b600ccd9

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
   android:layout_width="match_parent"
4
   android:layout_height="match_parent"
5
   android:orientation="vertical">
6

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

    
14
   <LinearLayout
15
       android:id="@+id/bottomLayout"
16
       android:background="@color/grey"
17
       android:layout_width="match_parent"
18
       android:layout_height="100dp"
19
       android:layout_weight="1"
20
       android:paddingEnd="5dp"
21
       android:paddingStart="5dp"
22
       android:gravity="end"
23
       android:orientation="horizontal">
24

    
25
   </LinearLayout>
26

    
27
</LinearLayout>
(23-23/28)