Skip to content

Commit

Permalink
Added rtl drawable folder (oppia#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
veena14cs authored May 26, 2021
1 parent 8134229 commit 585e21f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/res/drawable-ldrtl/hints_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:topLeftRadius="8dp"/>
<solid android:color="@color/audioComponentBackground" />
</shape>

0 comments on commit 585e21f

Please sign in to comment.