tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

rounded_bg.xml (293B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <shape xmlns:android="http://schemas.android.com/apk/res/android"
      3    android:shape="rectangle">
      4    <solid
      5        android:id="@+id/browser_action_badge_background"
      6        android:color="#176d7a"
      7        />
      8    <corners android:radius="5dp" />
      9 </shape>