api: colors.isSimilar, colors.equals
fix: circular menu icon is not circular when recording feat: splash ui for built apk docs: update to latest docs fix: floating menu not showing automatically
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="42dp"
|
||||
android:background="@drawable/circle_white"
|
||||
android:padding="5dp"
|
||||
android:padding="@dimen/padding_circular_menu_normal"
|
||||
android:src="@drawable/ic_android_eat_js"
|
||||
app:riv_corner_radius="16dp"
|
||||
app:riv_mutate_background="true"
|
||||
app:riv_oval="true"/>
|
||||
</LinearLayout>
|
||||
@@ -10,4 +10,5 @@
|
||||
<color name="prefTextColorSecondary">#9DA0A2</color>
|
||||
<color name="prefTextColorPrimary">#282C2F</color>
|
||||
<color name="divider_functions_keyboard">#f0f0f0</color>
|
||||
<color name="color_red">#ef5350</color>
|
||||
</resources>
|
||||
|
||||
@@ -9,4 +9,6 @@
|
||||
<dimen name="fab_margin">16dp</dimen>
|
||||
<dimen name="textSize_item_property">14sp</dimen>
|
||||
<dimen name="divider_drawer_menu_group">6dp</dimen>
|
||||
<dimen name="padding_circular_menu_recording">8dp</dimen>
|
||||
<dimen name="padding_circular_menu_normal">5dp</dimen>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user