mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Fix merge conflicts
This commit is contained in:
parent
43a707dad5
commit
7629e00f33
4 changed files with 1 additions and 27 deletions
|
|
@ -4,18 +4,9 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<<<<<<< HEAD
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
=======
|
||||
<ImageView
|
||||
android:src="@drawable/ic_launcher"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:contentDescription= "@string/commons_logo"
|
||||
/>
|
||||
>>>>>>> origin/fix_lint_issues
|
||||
|
||||
<include
|
||||
android:id="@+id/toolbar"
|
||||
|
|
|
|||
|
|
@ -7,14 +7,8 @@
|
|||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
<<<<<<< HEAD
|
||||
android:layout_height="match_parent">
|
||||
=======
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:contentDescription="@string/background_image"
|
||||
/>
|
||||
>>>>>>> origin/fix_lint_issues
|
||||
|
||||
|
||||
<include
|
||||
android:id="@+id/toolbar"
|
||||
|
|
|
|||
|
|
@ -13,13 +13,10 @@
|
|||
android:id="@+id/uploadImage"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="192dp"
|
||||
<<<<<<< HEAD
|
||||
app:actualImageScaleType="centerCrop"
|
||||
app:placeholderImage="@drawable/ic_image_black_24dp"
|
||||
app:failureImage="@drawable/ic_error_outline_black_24dp"
|
||||
=======
|
||||
android:scaleType="centerCrop"
|
||||
>>>>>>> origin/fix_lint_issues
|
||||
android:contentDescription="@string/upload_image"
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue