mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
added android-filechooser library
This commit is contained in:
parent
03f3e765b8
commit
a26d373a74
239 changed files with 7305 additions and 0 deletions
26
third-party/android-filechooser/code/res/values-v14/styles.xml
vendored
Executable file
26
third-party/android-filechooser/code/res/values-v14/styles.xml
vendored
Executable file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2012 Hai Bison
|
||||
|
||||
See the file LICENSE at the root directory of this project for copying
|
||||
permission.
|
||||
-->
|
||||
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<style name="afc_button_location" parent="@android:style/Widget.DeviceDefault.TextView">
|
||||
<item name="android:textColor">#ffffff</item>
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">match_parent</item>
|
||||
<item name="android:layout_gravity">center_vertical</item>
|
||||
<item name="android:background">@drawable/afc_selector_button_location_dark</item>
|
||||
<item name="android:layout_margin">0dp</item>
|
||||
<item name="android:ellipsize">end</item>
|
||||
<item name="android:maxWidth">@dimen/afc_button_location_max_width</item>
|
||||
<item name="android:minWidth">@dimen/afc_button_location_min_width</item>
|
||||
<item name="android:padding">0dp</item>
|
||||
<item name="android:singleLine">true</item>
|
||||
<item name="android:gravity">center</item>
|
||||
<item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
|
||||
</style>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue