Changed toggle switch to outline

This commit is contained in:
h4h13 2019-05-19 22:40:21 +05:30
parent ee59be16c4
commit 9c363a6b28
13 changed files with 22 additions and 84 deletions

View file

@ -59,6 +59,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
app:fontFamily="@font/circular"
android:paddingTop="8dp"
android:text="@string/history" />

View file

@ -127,8 +127,7 @@
android:id="@+id/playerPlayPauseFab"
style="@style/Fab"
android:layout_centerInParent="true"
app:elevation="4dp"
app:pressedTranslationZ="2dp" />
app:elevation="4dp" />
</RelativeLayout>