1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-22 08:52:18 -05:00

rounded.xml: Identation

This commit is contained in:
Sebastian Kaspari 2011-03-06 13:05:42 +01:00
parent f46887d9ee
commit 7d4194a1ea

View File

@ -32,9 +32,9 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:bottom="3px" />
<solid
android:color="#cc000000" />
<corners
android:bottomRightRadius="10dp"
android:bottomLeftRadius="10dp"
android:topLeftRadius="10dp"
android:topRightRadius="10dp" />
<corners
android:bottomRightRadius="10dp"
android:bottomLeftRadius="10dp"
android:topLeftRadius="10dp"
android:topRightRadius="10dp" />
</shape>