Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dialog_version_info.xml « layout « res « main « src « News-Android-App - github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63413a304d33d1554ed60dfb375926fb28e6cba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <de.luhmer.owncloudnewsreader.helper.AutoResizeTextView
        android:id="@+id/tv_androidAppVersion"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:minHeight="30dp"
        android:gravity="center_vertical"
        android:paddingStart="24dp"
        android:paddingEnd="24dp"/>

    <!-- android:paddingStart="?dialogPreferredPadding" -->

    <ProgressBar
        android:id="@+id/changeLogLoadingProgressBar"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="center_vertical|center_horizontal"
        android:indeterminate="true" />

    <de.luhmer.owncloudnewsreader.view.ChangeLogFileListView
        android:id="@+id/changelog_listview"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scrollbars="vertical"
        android:paddingStart="12dp"
        android:paddingEnd="12dp"/>

</LinearLayout>