Merge branch 'links-ripple' into 'master'

add ripple effect to links on app details activity

See merge request fdroid/fdroidclient!864
This commit is contained in:
Hans-Christoph Steiner 2020-01-13 10:38:09 +00:00
commit 5de957de0d
2 changed files with 6 additions and 4 deletions

View File

@ -5,6 +5,7 @@
style="@style/AppDetailsLink"
android:drawableLeft="@drawable/ic_website"
android:drawableStart="@drawable/ic_website"
android:layout_marginLeft="@dimen/layout_horizontal_margin"
android:layout_marginStart="@dimen/layout_horizontal_margin"
tools:text="@string/menu_website" />
android:paddingLeft="@dimen/layout_horizontal_margin"
android:paddingStart="@dimen/layout_horizontal_margin"
tools:text="@string/menu_website"
android:background="?selectableItemBackground"/>

View File

@ -30,7 +30,8 @@
android:drawableRight="@drawable/ic_expand_more_grey600"
android:drawableEnd="@drawable/ic_expand_more_grey600"
android:drawableLeft="@drawable/ic_website"
android:drawableStart="@drawable/ic_website" />
android:drawableStart="@drawable/ic_website"
android:background="?selectableItemBackground" />
</FrameLayout>
<LinearLayout