Replace fill_parent with match_parent

This commit is contained in:
veyndan 2017-02-25 22:34:05 +00:00
parent f5892ca34b
commit 62b434af35
18 changed files with 61 additions and 61 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="2dp"
android:paddingBottom="0dp"
@ -10,14 +10,14 @@
<ImageView
android:id="@+id/uploadImage"
android:layout_width="fill_parent"
android:layout_width="match_parent"
android:layout_height="192dp"
android:scaleType="centerCrop"
/>
<RelativeLayout
android:id="@+id/uploadOverlay"
android:layout_width="fill_parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center|bottom"
android:background="#77000000"