Skip to content
Snippets Groups Projects
Commit fe205e33 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Add padding and RTL support for chapters selection

parent 7364031d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical">
android:orientation="vertical"
android:padding="@dimen/default_margin">
<LinearLayout
......@@ -25,6 +26,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/half_default_margin"
android:layout_marginStart="@dimen/half_default_margin"
android:text="@string/go_to_chapter"
android:textSize="20sp"
android:textStyle="bold" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment