fixes #146, returns icons in content.

This commit is contained in:
Brian Mwadime 2016-07-12 09:08:33 +03:00
Родитель 6327917995
Коммит 3b544242bd
5 изменённых файлов: 4 добавлений и 5 удалений

Двоичные данные
app/src/main/res/drawable-xxhdpi/gmail_24dp.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.0 KiB

После

Ширина:  |  Высота:  |  Размер: 3.4 KiB

Двоичные данные
app/src/main/res/drawable-xxhdpi/gmail_48dp.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 2.2 KiB

После

Ширина:  |  Высота:  |  Размер: 9.6 KiB

Просмотреть файл

@ -5,7 +5,6 @@
android:scrollbarStyle="outsideOverlay"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Dummy content. -->
<LinearLayout
android:layout_width="match_parent"
@ -37,7 +36,7 @@
<org.sufficientlysecure.htmltextview.HtmlTextView
android:id="@+id/step_description"
style="?android:textAppearanceMedium"
android:lineSpacingMultiplier="1.2"
android:lineSpacingMultiplier="1.1"
android:textColor="@color/colorTextPrimary"
android:layout_width="match_parent"
android:layout_height="wrap_content"

Просмотреть файл

@ -57,9 +57,9 @@
"description": "If you have problems connecting to a Wi-Fi hotspot, here is a list of things you can try:<ul><li>Make sure you have the right hotspot name.</li><li>Make sure you have the right password.</li><li>If you have the right password, make sure it's entered correctly.</li><li>Talk to the hotspot owner (shopkeeper, librarian, IT assistant, etc.) and explain your problems. They may be able to help solve your problem.</li><li>In the Wi-Fi menu, delete the hotspot by holding its name until a menu appears. Then, choose <b>\"Forget Network\"</b>, and connect again.</li></ul>"
}, {
"id": "6",
"title": "Enjoy :happy:",
"title": "Enjoy :-)",
"gifUrl": "connectwifi9",
"description": "Now, you should be connected! Enjoy! :happy:"
"description": "Now, you should be connected! Enjoy! :-)"
}]
}, {
"id": "3",

Просмотреть файл

@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/connectwifi1,@drawable/connectwifi2,@drawable/connectwifi3,@drawable/connectwifi4,@drawable/connectwifi5,@drawable/connectwifi6,@drawable/airplanemode1,@drawable/airplanemode2,@drawable/airplanemode3,@drawable/airplanemode4,@drawable/accounts1,@drawable/accounts2,@drawable/accounts3,@drawable/accounts4,@drawable/accounts5,@drawable/accounts6,@drawable/data1,@drawable/data2,@drawable/data3,@drawable/data4,@drawable/data5,@drawable/data6,@drawable/wifi2,@drawable/wifi3,@drawable/wifi4,@drawable/trackingdata1,@drawable/trackingdata2,@drawable/trackingdata3,@drawable/trackingdata4,@drawable/playstore1,@drawable/playstore2,@drawable/playstore5,@drawable/gmail_2dp,@drawable/gmail_48dp"/>
tools:keep="@drawable/connectwifi1,@drawable/connectwifi2,@drawable/connectwifi3,@drawable/connectwifi4,@drawable/connectwifi5,@drawable/connectwifi6,@drawable/airplanemode1,@drawable/airplanemode2,@drawable/airplanemode3,@drawable/airplanemode4,@drawable/accounts1,@drawable/accounts2,@drawable/accounts3,@drawable/accounts4,@drawable/accounts5,@drawable/accounts6,@drawable/data1,@drawable/data2,@drawable/data3,@drawable/data4,@drawable/data5,@drawable/data6,@drawable/wifi2,@drawable/wifi3,@drawable/wifi4,@drawable/trackingdata1,@drawable/trackingdata2,@drawable/trackingdata3,@drawable/trackingdata4,@drawable/playstore1,@drawable/playstore2,@drawable/playstore5,@drawable/gmail_24dp,@drawable/gmail_48dp,@drawable/ic_airplanemode_active_white_24dp, @drawable/ic_settings_applications_white_24dp, @drawable/ic_storage_white_24dp, @drawable/ic_blur_circular_white_24dp, @drawable/ic_network_wifi_white_24dp, @drawable/ic_wifi_tethering_white_24dp, @drawable/ic_data_usage_white_24dp" />