Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
|
gone
2017/04/30 02:14:45
You're missing the copyright header.
Daniel Park
2017/05/01 17:30:10
Done.
| |
| 2 <shape xmlns:android="http://schemas.android.com/apk/res/android"> | |
| 3 <solid | |
| 4 android:color="#ffffff"/> | |
| 5 <corners | |
| 6 android:radius="3.5dp" /> | |
| 7 </shape> | |
| OLD | NEW |