1
0
mirror of https://gitlab.com/neothefox/LayTray synced 2026-06-13 22:40:48 +03:00

Fixing small gotchas

This commit is contained in:
2018-07-28 16:23:39 +03:00
parent 0cd75e6760
commit c8d71ad7a9
3 changed files with 4 additions and 1 deletions
@@ -1,5 +1,6 @@
package space.neothefox.laytray;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Canvas;
import android.support.v7.widget.AppCompatSeekBar;
@@ -44,6 +45,7 @@ public class VerticalSeekBar extends AppCompatSeekBar
super.onDraw(c);
}
@SuppressLint("ClickableViewAccessibility")
@Override
public boolean onTouchEvent(MotionEvent event)
{
@@ -8,6 +8,7 @@
<ImageView
android:id="@+id/imageView"
android:contentDescription="@string/title_icon_channel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="138dp"