We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd8005 commit 3342695Copy full SHA for 3342695
3 files changed
torgi/src/viewer/res/drawable/bg_stripes.png
245 Bytes
torgi/src/viewer/res/drawable/ew_spectrum_gradient.xml
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
3
+ android:shape="rectangle">
4
+ <gradient
5
+ android:startColor="#AA66CC00"
6
+ android:centerColor="#AACC8800"
7
+ android:endColor="#AACC0000"
8
+ android:angle="0"/>
9
+</shape>
torgi/src/viewer/res/drawable/warning_bg.xml
@@ -0,0 +1,8 @@
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:top="1dp" android:bottom="1dp" android:left="1dp" android:right="1dp">
+ <bitmap android:src="@drawable/bg_stripes"
+ android:tileMode="repeat"
+ android:dither="true"/>
+ </item>
+</selector>
0 commit comments