Win1251Viewer/res/layout/main.xml

16 lines
557 B
XML
Raw Permalink Normal View History

2024-02-13 23:53:58 +02:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<com.annimon.win1251viewer.ZoomingTextView
android:id="@+id/textView"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars = "vertical"
/>
</LinearLayout>