This commit is contained in:
parent
079c78407b
commit
b795578e5b
|
|
@ -111,6 +111,7 @@ public class WorkerCardAdapter{
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
if (worker.isBoosted()) {
|
||||
workerCardIcon.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -25,8 +25,9 @@
|
|||
android:gravity="center_horizontal"
|
||||
android:text="+"
|
||||
android:textSize="20dp"
|
||||
android:textColor="@color/white"
|
||||
android:layout_gravity="end"
|
||||
android:padding="10dp"/>
|
||||
android:padding="9dp"/>
|
||||
|
||||
</androidx.appcompat.widget.Toolbar>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue