Project

General

Profile

« Previous | Next » 

Revision 0a9adc31

Added by Leszek Koltunski about 2 months ago

Themes almost finished.

View differences:

src/main/res/layout/tutorial.xml
4 4
    android:layout_height="match_parent"
5 5
    android:layout_marginLeft="0dp"
6 6
    android:layout_marginRight="0dp"
7
    android:background="@android:color/transparent"
7
    android:background="?lightC"
8 8
    android:orientation="vertical" >
9 9

  
10 10
    <WebView
11 11
        android:id="@+id/tutorialVideoView"
12 12
        android:layout_width="match_parent"
13 13
        android:layout_height="0dp"
14
        android:layout_weight="1"/>
14
        android:layout_weight="1"
15
        android:background="?lightC"/>
15 16

  
16 17
    <RelativeLayout
17 18
        android:id="@+id/tutorialLowerPart"

Also available in: Unified diff