mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
parent
d9fa31242f
commit
480c05b2f3
18 changed files with 35 additions and 43 deletions
|
|
@ -46,7 +46,6 @@
|
|||
android:layout_marginRight="16dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:visibility="gone"
|
||||
></FrameLayout>
|
||||
android:visibility="gone" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue