Skip to content

Commit

Permalink
(Issue Kegbot#102) - Clean up layout on Pour In Progress to prevent …
Browse files Browse the repository at this point in the history
…Done button from being cut off
  • Loading branch information
John Ruzick authored and John Ruzick committed May 18, 2020
1 parent 5cdd401 commit e9282ec
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions kegtab/src/main/res/layout/pour_in_progress_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!-- Right box: Camera Preview & Controls -->

<LinearLayout
<RelativeLayout
android:id="@+id/pourInProgressRightCol"
android:layout_width="0dip"
android:layout_height="match_parent"
Expand Down Expand Up @@ -94,7 +94,7 @@
<org.kegbot.app.util.SoftMultiLineEditText
android:id="@+id/shoutText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="128dip"
android:layout_alignParentTop="true"
android:layout_toRightOf="@+id/pourDrinkerImage"
android:hint="@string/pour_shout_hint"
Expand All @@ -107,24 +107,22 @@
<Button
android:id="@+id/pourEndButton"
style="@style/mediumButton"
android:layout_below="@+id/shoutText"
android:layout_toRightOf="@+id/pourDrinkerImage"
android:layout_alignBottom="@+id/pourDrinkerImage"
android:layout_below="@+id/pourDrinkerImage"
android:text="@string/pour_button_done"/>
</RelativeLayout>

</LinearLayout>

</ViewFlipper>

</ViewFlipper>

<fragment
android:id="@+id/camera"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
class="org.kegbot.app.camera.CameraFragment"
tools:layout="@layout/camera_fragment_layout">
</fragment>
</LinearLayout>
</RelativeLayout>

</LinearLayout>

0 comments on commit e9282ec

Please sign in to comment.