diff options
author | Kenny Root <kenny@the-b.org> | 2015-09-05 10:50:59 -0700 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2015-09-05 10:50:59 -0700 |
commit | 5f80567a588a86f4051786adf3e71317c45430f5 (patch) | |
tree | c45e90e099c69238d5d938a66d37441e0926ccd2 /app/src/main/res/values-v11/styles.xml | |
parent | b2748860ef6d9ea6d99ebb98def5eb23d2b29120 (diff) | |
parent | ac1b8a07373ab015395171abad434b8b3fb862a9 (diff) | |
download | connectbot-5f80567a588a86f4051786adf3e71317c45430f5.tar.gz connectbot-5f80567a588a86f4051786adf3e71317c45430f5.tar.bz2 connectbot-5f80567a588a86f4051786adf3e71317c45430f5.zip |
Merge pull request #190 from kruton/gingerbread-host-fix
Fix host list for API 10 and before
Diffstat (limited to 'app/src/main/res/values-v11/styles.xml')
-rw-r--r-- | app/src/main/res/values-v11/styles.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/src/main/res/values-v11/styles.xml b/app/src/main/res/values-v11/styles.xml new file mode 100644 index 0000000..9f8d6a0 --- /dev/null +++ b/app/src/main/res/values-v11/styles.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?><!-- +/* + ~ ConnectBot: simple, powerful, open-source SSH client for Android + ~ Copyright 2015 Kenny Root, Jeffrey Sharkey + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + */ +--> +<resources> + <style name="ListItemFirstLineText" parent="TextAppearance.AppCompat" /> + <style name="ListItemSecondLineText" parent="TextAppearance.AppCompat" /> +</resources> |