Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit 09341ea

Browse files
committed
Fixed black background in scoreboard tables
1 parent 5e7be4c commit 09341ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/res/drawable/table_cell_border.xml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<shape xmlns:android="http://schemas.android.com/apk/res/android"
1818
android:shape="rectangle">
1919

20+
<solid android:color="#00FFFFFF"/>
21+
2022
<padding
2123
android:bottom="1dp"
2224
android:left="1dp"

0 commit comments

Comments
 (0)