Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mifosng-android/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
android:nextFocusDown="@+id/bt_login" />
</android.support.design.widget.TextInputLayout>

<TextView
<Button
android:id="@+id/bt_connectionSettings"
style="@style/TextView.ConnectionSettings" />
style="@style/Button.ConnectionSettings" />

<LinearLayout
android:id="@+id/ll_connectionSettings"
Expand Down Expand Up @@ -104,4 +104,4 @@
</LinearLayout>
</ScrollView>

</RelativeLayout>
</RelativeLayout>
7 changes: 6 additions & 1 deletion mifosng-android/src/main/res/values/styles_button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@
<item name="android:layout_marginTop">8dp</item>
<item name="android:text">@string/login</item>
</style>
</resources>

<style name="Button.ConnectionSettings" parent="TextView.Base">
<item name="android:text">"Connection settings"</item>
<item name="android:textColor">@color/white</item>
</style>
</resources>
9 changes: 2 additions & 7 deletions mifosng-android/src/main/res/values/styles_text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@
<item name="android:layout_marginLeft">10dp</item>
</style>

<style name="TextView.ConnectionSettings" parent="TextView.Base">
<item name="android:layout_marginLeft">5dp</item>
<item name="android:layout_marginTop">10dp</item>
<item name="android:text">"Connection settings"</item>
<item name="android:textColor">@color/primary</item>
</style>


<style name="TextView.Search" parent="TextView.Base">
<item name="android:layout_marginTop">10dp</item>
Expand Down Expand Up @@ -119,4 +114,4 @@
<item name="android:layout_centerVertical">true</item>
</style>

</resources>
</resources>