Welcome to mirror list, hosted at ThFree Co, Russian Federation.

styles.xml « values-sw600dp « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5c5a290ef56597e8c119062d31864b17d3d44f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>

  <style name="MwmWidget.Shadow.Panel">
    <item name="android:paddingLeft">4dp</item>
    <item name="android:paddingRight">4dp</item>
    <item name="android:paddingBottom">5dp</item>
    <item name="android:paddingTop">3dp</item>
    <item name="android:background">@drawable/ic_bg_pp</item>
  </style>

</resources>