Project

General

Profile

« Previous | Next » 

Revision 2fad84a7

Added by Leszek Koltunski about 4 years ago

Move to AndroidX, target API level 29.

View differences:

src/main/res/layout/toc_item.xml
5 5
	android:layout_height="wrap_content"
6 6
	android:orientation="horizontal"
7 7
	android:paddingTop="4dp"
8
	android:paddingBottom="4dp">    
8
	android:paddingBottom="4dp">
9

  
9 10
   	<ImageView
10 11
   		android:id="@+id/Image"
11 12
   		android:layout_width="wrap_content"
12 13
   		android:layout_height="wrap_content"
13 14
   		android:layout_margin="8dp"
14 15
   		android:background="@drawable/icon_border"/>
16

  
15 17
   	<LinearLayout
16 18
   		android:layout_width="0dp"
17 19
 		android:layout_height="wrap_content"

Also available in: Unified diff