Fixing coding style issue
This commit is contained in:
parent
526d11e912
commit
840a224c9f
11
library/ui-styles/src/main/res/values/styles_location.xml
Normal file
11
library/ui-styles/src/main/res/values/styles_location.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="Widget.Vector.Button.Text.OnPrimary.LocationLive">
|
||||||
|
<item name="android:background">?selectableItemBackground</item>
|
||||||
|
<item name="android:textSize">12sp</item>
|
||||||
|
<item name="android:padding">0dp</item>
|
||||||
|
<item name="android:gravity">center</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
</resources>
|
@ -39,14 +39,10 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/locationLiveStatusStop"
|
android:id="@+id/locationLiveStatusStop"
|
||||||
style="Widget.Vector.Button.Text.OnPrimary"
|
style="@style/Widget.Vector.Button.Text.OnPrimary.LocationLive"
|
||||||
android:layout_width="60dp"
|
android:layout_width="60dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:background="?selectableItemBackground"
|
|
||||||
android:gravity="center"
|
|
||||||
android:padding="0dp"
|
|
||||||
android:text="@string/location_share_live_stop"
|
android:text="@string/location_share_live_stop"
|
||||||
android:textSize="12sp"
|
|
||||||
app:layout_constraintBottom_toBottomOf="@id/locationLiveStatusContainer"
|
app:layout_constraintBottom_toBottomOf="@id/locationLiveStatusContainer"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@id/locationLiveStatusContainer" />
|
app:layout_constraintTop_toTopOf="@id/locationLiveStatusContainer" />
|
||||||
|
Loading…
Reference in New Issue
Block a user