OsmAnd/OsmAnd/res/layout/context_menu_card_progress.xml

16 lines
545 B
XML
Raw Normal View History

2017-05-02 11:09:11 +02:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
2018-01-19 12:43:26 +01:00
xmlns:tools="http://schemas.android.com/tools"
2017-05-04 22:48:07 +02:00
android:layout_width="@dimen/context_img_card_width"
android:layout_height="@dimen/context_img_card_height"
2017-05-02 11:09:11 +02:00
android:gravity="center"
2018-01-19 12:43:26 +01:00
android:orientation="vertical"
tools:background="?attr/bg_card">
2017-05-02 11:09:11 +02:00
<ProgressBar
android:id="@+id/progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>