mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-03-23 21:54:54 +03:00
Fixing small gotchas
This commit is contained in:
parent
0cd75e6760
commit
c8d71ad7a9
@ -5,7 +5,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "space.neothefox.laytray"
|
applicationId "space.neothefox.laytray"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 26
|
targetSdkVersion 27
|
||||||
versionCode 9
|
versionCode 9
|
||||||
versionName "1.8"
|
versionName "1.8"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
package space.neothefox.laytray;
|
package space.neothefox.laytray;
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.graphics.Canvas;
|
import android.graphics.Canvas;
|
||||||
import android.support.v7.widget.AppCompatSeekBar;
|
import android.support.v7.widget.AppCompatSeekBar;
|
||||||
@ -44,6 +45,7 @@ public class VerticalSeekBar extends AppCompatSeekBar
|
|||||||
super.onDraw(c);
|
super.onDraw(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressLint("ClickableViewAccessibility")
|
||||||
@Override
|
@Override
|
||||||
public boolean onTouchEvent(MotionEvent event)
|
public boolean onTouchEvent(MotionEvent event)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/imageView"
|
android:id="@+id/imageView"
|
||||||
|
android:contentDescription="@string/title_icon_channel"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="138dp"
|
android:layout_marginEnd="138dp"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user