mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-06-13 22:40:48 +03:00
Fixing small gotchas
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user