Created
June 5, 2015 10:56
-
-
Save SlyNet/d317b7f6d1eb2969b12b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | |
<item> | |
<shape android:shape="rectangle" > | |
<solid android:color="@android:color/white" /> | |
</shape> | |
</item> | |
<item android:top="@dimen/Dashboard_QuestionnairesList_Border_hack" | |
android:right="@dimen/Dashboard_QuestionnairesList_Border_hack" | |
android:left="@dimen/Dashboard_QuestionnairesList_Border_hack"> | |
<shape> | |
<solid android:color="@android:color/transparent" /> | |
<stroke | |
android:width="@dimen/Questionnaires_Questionnaire_background_stroke_width" | |
android:color="@color/dashboard_questionnairelist_border_top" /> | |
<padding android:top="@dimen/Dashboard_QuestionnairesList_padding_top" /> | |
</shape> | |
</item> | |
</layer-list> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment