mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
17 lines
621 B
XML
17 lines
621 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content" >
|
|
<TextView
|
|
android:id="@+id/zim_file_list_entry_path"
|
|
style="@android:style/TextAppearance.Large"
|
|
android:paddingBottom="15dp"
|
|
android:paddingTop="15dp"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp"
|
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
/>
|
|
</LinearLayout> |