Added Android code
[wl-app.git] / Android / folioreader / res / layout / row_table_of_contents.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout android:id="@+id/container"
3               xmlns:android="http://schemas.android.com/apk/res/android"
4               xmlns:app="http://schemas.android.com/apk/res-auto"
5               android:layout_width="match_parent"
6               android:layout_height="wrap_content"
7               android:gravity="center_vertical"
8               android:orientation="horizontal"
9               android:padding="5dp">
10
11     <ImageView
12         android:id="@+id/children"
13         android:layout_width="wrap_content"
14         android:layout_height="wrap_content"
15         android:paddingStart="5dp"
16         android:paddingEnd="10dp"/>
17
18     <com.folioreader.util.StyleableTextView
19         android:id="@+id/section_title"
20         android:layout_width="match_parent"
21         android:layout_height="wrap_content"
22         app:folio_font="SanFranciscoText-Regular.otf"/>
23 </LinearLayout>