Project

General

Profile

« Previous | Next » 

Revision 0b5e585c

Added by Leszek Koltunski almost 2 years ago

  • ID 0b5e585cb8c00a1dd32b0f9da5a2c056eba34550
  • Parent fad10885

Sort the objects in the object popup by difficulty level.

View differences:

src/main/res/layout/popup_object.xml
10 10
       android:layout_height="0dp"
11 11
       android:layout_weight="1">
12 12

  
13
       <GridLayout
14
           android:id="@+id/objectGrid"
13
       <LinearLayout
14
           android:id="@+id/objectLayout"
15 15
           android:layout_width="match_parent"
16
           android:layout_height="wrap_content">
17
       </GridLayout>
18

  
16
           android:layout_height="wrap_content"
17
           android:orientation="vertical"/>
19 18
   </ScrollView>
20 19

  
21 20
   <RelativeLayout

Also available in: Unified diff