Project

General

Profile

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

magiccube / src / main / res / layout / non_free_object.xml @ 71cda061

1
<?xml version="1.0" encoding="utf-8"?>
2
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
        android:id="@+id/non_free_layout"
4
        android:layout_width="match_parent"
5
        android:layout_height="wrap_content" >
6

    
7
        <ImageButton
8
            android:id="@+id/non_free_button"
9
            android:layout_width="match_parent"
10
            android:layout_height="wrap_content"
11
            android:gravity="center"/>
12

    
13
        <ImageView
14
            android:id="@+id/non_free_lock"
15
            android:layout_width="wrap_content"
16
            android:layout_height="wrap_content"
17
            android:layout_gravity="bottom|end"
18
            android:adjustViewBounds="true"
19
            android:paddingTop="-10dp"
20
            android:scaleType="fitStart"
21
            android:src="@drawable/ui_big_locked"/>
22

    
23
    </FrameLayout>
(31-31/40)