Issue 809 try 13
This commit is contained in:
parent
dd71c955eb
commit
deb8fb4f0b
4 changed files with 8 additions and 8 deletions
|
@ -14,11 +14,11 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
|||
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="1"
|
||||
android:layout_marginLeft="12dp" android:layout_marginTop="3dp" android:layout_marginBottom="3dp" android:text="0.5.1 beta(b6)" android:textColor="#000000" android:typeface="serif"
|
||||
android:id="@+id/TextVersion" android:textSize="13sp"/>
|
||||
<ImageView android:src="@drawable/help_icon" android:id="@+id/HelpButton" android:layout_marginTop="3dp"
|
||||
<ImageView android:src="@drawable/help_icon" android:id="@+id/HelpButton" android:layout_marginTop="6dp"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginLeft="4dp"
|
||||
android:focusable="true" android:clickable="true"/>
|
||||
<ImageView android:src="@drawable/headliner_close" android:layout_marginRight="2dp" android:id="@+id/CloseButton"
|
||||
android:layout_marginTop="3dp" android:focusable="true" android:clickable="true"
|
||||
android:layout_marginTop="6dp" android:focusable="true" android:clickable="true"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -14,11 +14,11 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
|||
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="1"
|
||||
android:layout_marginLeft="24dp" android:layout_marginTop="8dp" android:layout_marginBottom="8dp" android:text="0.5.1 beta(b6)" android:textColor="#000000"
|
||||
android:typeface="serif" android:id="@+id/TextVersion" android:textSize="18sp"/>
|
||||
<ImageView android:src="@drawable/help_icon" android:id="@+id/HelpButton" android:layout_marginTop="5dp"
|
||||
<ImageView android:src="@drawable/help_icon" android:id="@+id/HelpButton" android:layout_marginTop="8dp"
|
||||
android:focusable="true" android:clickable="true"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginLeft="6dp"/>
|
||||
<ImageView android:src="@drawable/headliner_close" android:layout_marginRight="4dp" android:id="@+id/CloseButton"
|
||||
android:layout_marginTop="5dp" android:focusable="true" android:clickable="true"
|
||||
android:layout_marginTop="8dp" android:focusable="true" android:clickable="true"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -14,11 +14,11 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
|||
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="1"
|
||||
android:layout_marginLeft="24dp" android:layout_marginTop="8dp" android:layout_marginBottom="8dp" android:text="0.5.1 beta(b6)" android:textColor="#000000"
|
||||
android:typeface="serif" android:id="@+id/TextVersion" android:textSize="20sp"/>
|
||||
<ImageView android:id="@+id/HelpButton" android:layout_marginRight="0dp" android:layout_marginTop="6dp"
|
||||
<ImageView android:id="@+id/HelpButton" android:layout_marginRight="0dp" android:layout_marginTop="9dp"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginLeft="7dp"
|
||||
android:focusable="true" android:clickable="true" android:src="@drawable/help_icon"/>
|
||||
<ImageView android:src="@drawable/headliner_close" android:layout_marginRight="4dp" android:id="@+id/CloseButton"
|
||||
android:layout_marginTop="6dp" android:focusable="true" android:clickable="true"
|
||||
android:layout_marginTop="9dp" android:focusable="true" android:clickable="true"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginLeft="0dp"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -14,11 +14,11 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
|||
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_weight="1"
|
||||
android:layout_marginLeft="12dp" android:layout_marginTop="3dp" android:layout_marginBottom="3dp" android:text="0.5.1 beta(b6)" android:textColor="#000000" android:typeface="serif"
|
||||
android:id="@+id/TextVersion" android:textSize="13sp"/>
|
||||
<ImageView android:id="@+id/HelpButton" android:clickable="true" android:layout_marginTop="4dp" android:layout_marginLeft="4dp"
|
||||
<ImageView android:id="@+id/HelpButton" android:clickable="true" android:layout_marginTop="7dp" android:layout_marginLeft="4dp"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" android:src="@drawable/help_icon"
|
||||
android:focusable="true"/>
|
||||
<ImageView android:layout_marginRight="2dp" android:clickable="true" android:id="@+id/CloseButton"
|
||||
android:layout_marginTop="4dp" android:layout_height="wrap_content" android:layout_width="wrap_content"
|
||||
android:layout_marginTop="7dp" android:layout_height="wrap_content" android:layout_width="wrap_content"
|
||||
android:layout_marginLeft="0dp" android:src="@drawable/headliner_close" android:focusable="true"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue