Add Space to stopwatch side buttons layout
This commit is contained in:
parent
40c6349c14
commit
8ce4018d40
@ -41,12 +41,15 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/fab_total_height"
|
||||
android:layout_alignParentBottom="true"
|
||||
app:columnCount="2">
|
||||
app:columnCount="3">
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/new_lap"
|
||||
style="@style/AddLapButton"/>
|
||||
|
||||
<Space app:layout_columnWeight="1"
|
||||
app:layout_gravity="center"/> <!--Necessary to get correct spacing-->
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/stop"
|
||||
style="@style/StopButton"/>
|
||||
|
||||
@ -34,12 +34,15 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/fab_total_height"
|
||||
android:layout_gravity="bottom"
|
||||
app:columnCount="2">
|
||||
app:columnCount="3">
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/new_lap"
|
||||
style="@style/AddLapButton"/>
|
||||
|
||||
<Space app:layout_columnWeight="1"
|
||||
app:layout_gravity="center"/> <!--Necessary to get correct spacing-->
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/stop"
|
||||
style="@style/StopButton"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user