mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix conflicts
This commit is contained in:
parent
3a6cb08c05
commit
90cd6d2511
5 changed files with 50 additions and 36 deletions
|
|
@ -2,17 +2,10 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="48dp"
|
||||
android:id="@+id/more_info_bar"
|
||||
android:id="@+id/more_info_button"
|
||||
android:visibility="gone"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="@color/default_circle_indicator_stroke_color"
|
||||
>
|
||||
<Button
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/more_info_button"
|
||||
android:text="More Info"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:background="@color/default_circle_indicator_stroke_color"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -148,9 +148,10 @@ Description Description Description
|
|||
Description Description Description
|
||||
" />
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/container_sheet"
|
||||
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"></FrameLayout>
|
||||
android:layout_height="48dp"
|
||||
>
|
||||
</View>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue