* Merge MainActivity and MainActivityTv * Merge AddServerFragment and TvAddServerFragment * Merge LoginFragment and TvLoginFragment * Add new focus effect * Add libraries to tv home * Fix home empty when navigating back on mobile * Add loading indicator to home fragment * Add empty LibraryFragment * Add focus outline to settings button * Use DiffCallback for updating home fragment * Visually upgrade MediaDetailFragment * Make all home items focusable in touch mode * Add new focus border to person item * Add LibraryFragment layout for TV (Whilst also making a clusterfuck of the navigation) * Add missing try-catch in HomeViewModel * Don't show CancellationException on AddServerFragment * Fix a few crashes plus errors
13 lines
438 B
XML
13 lines
438 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:pathData="M5,3l14,9l-14,9l0,-18z"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="@android:color/white"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|