abouttreesummaryrefslogcommitdiff
path: root/res/layout/dictionary_download_item.xml
blob: e6dd3c66db8096152878b7295fa500bd1019ba46 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/dictionary_download_item">
  <TextView android:id="@+id/dictionary_download_locale" style="@style/dictionary_download_locale"/>
  <TextView android:id="@+id/dictionary_download_size" style="@style/dictionary_download_size"/>
  <View android:id="@+id/dictionary_download_button" style="@style/dictionary_download_button" android:background="@drawable/ic_download"/>
</LinearLayout>