Skip to content

Instantly share code, notes, and snippets.

@SlyNet
Created September 28, 2015 13:30
Show Gist options
  • Save SlyNet/95ef2619b4c1f8edbedd to your computer and use it in GitHub Desktop.
Save SlyNet/95ef2619b4c1f8edbedd to your computer and use it in GitHub Desktop.
<?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