Skip to content

Commit

Permalink
Changed style of buttons on SwitchListener
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraud committed Dec 7, 2014
1 parent c348299 commit bd422d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions PADListenerApp/src/main/res/layout/switch_listener_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/switch_listener_show_logs"/>
android:background="@drawable/button_secondary"
android:minWidth="96dp"
android:text="@string/switch_listener_show_logs"
android:textAllCaps="true"
android:textColor="@color/theme_primary"/>

<TextView
android:id="@+id/switch_listener_error_text"
Expand All @@ -63,6 +67,10 @@
android:id="@+id/switch_listener_secondary_action_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"/>
android:layout_gravity="center"
android:background="@drawable/button_secondary"
android:minWidth="144dp"
android:textAllCaps="true"
android:textColor="@color/theme_primary"/>

</LinearLayout>
1 change: 1 addition & 0 deletions PADListenerApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@
<string name="choose_sync_info_label">Summary</string>
<string name="choose_sync_alert_unknown_monster_encountered_title">Unknown monsters</string>
<string name="choose_sync_alert_unknown_monster_encountered_content">The sync process encountered unknown monsters, they have been ignored. You should refresh the monster information (from the "View monster info" screen) and capture your box again.</string>
<string name="choose_sync_alert_unknown_monster_encountered_toast">The sync process encountered unknown monsters, they have been ignored.</string>
<string name="choose_sync_materialsUpdated_label">^ Materials</string>
<string name="choose_sync_monstersUpdated_label">^ Monsters</string>
<string name="choose_sync_monstersCreated_label">+ Monsters</string>
Expand Down

0 comments on commit bd422d0

Please sign in to comment.