aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/divider.xml
blob: bbadb3f7b78a1c8da1593b961449851f9281bf05 (about) (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?><!--
  ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
  ~ SPDX-License-Identifier: GPL-3.0-only
  -->

<shape xmlns:android="http://schemas.android.com/apk/res/android"
  android:shape="rectangle">
  <size android:height="1dp" />
  <solid android:color="?attr/colorPrimaryDark" />
</shape>