mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-06 16:27:38 +03:00
6 lines
No EOL
247 B
XML
6 lines
No EOL
247 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/progressBar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="80dp"
|
|
android:padding="16dp" /> |