repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
cid#1640468 Dereference after null check
[LibreOffice.git]
/
android
/
source
/
res
/
drawable
/
label_background.xml
blob
2727c7d9ab0b4902706ecce8ed68b566068cda4c
1
<?xml version="1.0" encoding="utf-8"?>
2
<selector xmlns:android="http://schemas.android.com/apk/res/android">
3
<item>
4
<shape android:shape="rectangle">
5
<solid android:color="@color/background_floating" />
6
<corners android:radius="5dp" />
7
</shape>
8
</item>
9
</selector>