Fix conflicts

This commit is contained in:
neslihanturan 2017-12-13 16:59:09 +03:00
parent 3a6cb08c05
commit 90cd6d2511
5 changed files with 50 additions and 36 deletions

View file

@ -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>

View file

@ -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>