Added Android code
[wl-app.git] / Android / app / src / main / res / layout / fragment_single_news_gallery_item.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3                 xmlns:tools="http://schemas.android.com/tools"
4                 android:layout_width="match_parent"
5                 android:layout_height="match_parent">
6
7     <ProgressBar
8         android:id="@+id/pbImageLoading"
9         style="@style/Base.Widget.AppCompat.ProgressBar"
10         android:layout_width="wrap_content"
11         android:layout_height="wrap_content"
12         android:layout_centerInParent="true"/>
13
14     <ImageView
15         android:id="@+id/tvGalleryImage"
16         android:layout_width="match_parent"
17         android:layout_height="match_parent"
18         android:scaleType="centerCrop"
19         tools:ignore="ContentDescription"/>
20 </RelativeLayout>