Created
September 28, 2015 13:30
-
-
Save SlyNet/95ef2619b4c1f8edbedd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:local="http://schemas.android.com/apk/res-auto" | |
style="@style/Interview_Question_Answer_Option_Background" | |
android:stretchColumns="0" | |
local:MvxBind="BackgroundStyle ViewOptionStyleBackground(LayoutBackgroundStyle(QuestionState.Validity.IsInvalid, QuestionState.IsAnswered));"> | |
<TableRow> | |
<RadioButton | |
style="@style/Interview_Question_Answer_Option_Input" | |
local:MvxBind="HideKeyboardOnClick .; Text Title; Checked Selected; Bold Selected" /> | |
<ImageButton style="@style/Interview_Question_OptionRemoveAnswer" | |
local:MvxBind="HideKeyboardOnClick .;Click RemoveAnswerCommand; Visible Selected"/> | |
</TableRow> | |
</TableLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment