Commit b71a21ca authored by Hussein El Feky's avatar Hussein El Feky

Resolved conflicts

parent f4efa770
......@@ -82,7 +82,7 @@ class SettingsFragment : Fragment(), SettingsView {
text_share_this_app.setOnClickListener { shareApp() }
text_license.setOnClickListener {
presenter.toLicense(getString(R.string.license_url), getString(R.string.title_licence))
presenter.toLicense(getString(R.string.license_url), getString(R.string.title_license))
}
text_app_version.text = getString(R.string.msg_app_version, BuildConfig.VERSION_NAME, BuildConfig.VERSION_CODE)
......
......@@ -183,7 +183,7 @@
android:paddingTop="8dp"
android:paddingEnd="16dp"
android:paddingBottom="8dp"
android:text="@string/msg_licence"
android:text="@string/msg_license"
android:textColor="#DE000000"
android:textSize="16sp"
android:textStyle="normal"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment