Project

General

Profile

« Previous | Next » 

Revision 06ba394a

Added by Leszek Koltunski over 2 years ago

Progress with Updates Dialog; improvement for the MIRR_4 icon.

View differences:

src/main/res/layout/dialog_updates_pane.xml
9 9

  
10 10
   	<ImageView
11 11
   	    android:id="@+id/updates_pane_image"
12
   	    android:scaleType="fitCenter"
13
   		android:layout_width="wrap_content"
14
   		android:layout_height="wrap_content"/>
12
   	    android:scaleType="fitXY"
13
   		android:layout_width="0dp"
14
   		android:layout_height="match_parent"
15
   		android:layout_weight="0.5"/>
15 16

  
16 17
   	<LinearLayout
17
   		android:layout_width="match_parent"
18
   		android:layout_width="0dp"
18 19
 		android:layout_height="match_parent"
19 20
 		android:orientation="vertical"
20
 		android:layout_marginStart="8dp">
21
 		android:layout_marginStart="8dp"
22
 		android:layout_weight="1.0">
21 23

  
22 24
		<TextView
23 25
    		android:id="@+id/updates_pane_title"

Also available in: Unified diff