Skip to content

Commit 71628f3

Browse files
committed
Make root rating less visible
1 parent cb5b741 commit 71628f3

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Evaluations in Sapio are given to the community by the community.
2828

2929
**user** The device is not considered rooted
3030

31+
NB: ratings for rooted devices are less visible as they are of secondary importance.
32+
3133
# 🔨 Build
3234
## Get the sources
3335

app/src/main/res/layout/activity_evaluations.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119

120120
<androidx.emoji2.widget.EmojiTextView
121121
android:id="@+id/microgRoot"
122+
android:alpha="0.3"
122123
android:layout_width="wrap_content"
123124
android:layout_height="wrap_content"
124125
android:layout_margin="10dp"
@@ -153,6 +154,7 @@
153154

154155
<androidx.emoji2.widget.EmojiTextView
155156
android:id="@+id/bareAospRoot"
157+
android:alpha="0.3"
156158
android:layout_width="wrap_content"
157159
android:layout_height="wrap_content"
158160
android:layout_margin="10dp"
11.6 KB
Loading

0 commit comments

Comments
 (0)