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

progressbar_item.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: 515874996abe1642bc91e60e5f9c8fe7cbace534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="80dp" >

    <ProgressBar
        android:id="@+id/progressBar"
        android:layout_width="50dp"
        android:layout_centerHorizontal="true"
        android:layout_centerVertical="true"
        android:layout_height="50dp" />

</RelativeLayout>