Fix Lint Issues #171: Fix numerous errors/warnings (#2537)

This commit is contained in:
Ronan Brigdale 2019-03-10 19:25:35 +01:00 committed by Vivek Maskara
parent d9fa31242f
commit 480c05b2f3
18 changed files with 35 additions and 43 deletions

View file

@ -46,7 +46,6 @@
android:layout_marginRight="16dp"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
android:visibility="gone"
></FrameLayout>
android:visibility="gone" />
</LinearLayout>

View file

@ -17,8 +17,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
app:cardBackgroundColor="?attr/mainCardBackground"
></fr.free.nrw.commons.campaigns.CampaignView>
app:cardBackgroundColor="?attr/mainCardBackground" />
<FrameLayout
android:id="@+id/root_frame"

View file

@ -23,8 +23,8 @@
/>
<View
android:id="@+id/view"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/item_white_background"></View>
android:id="@+id/view"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/item_white_background" />
</LinearLayout>