This is my code:
@FindBy(className = "android.widget.TextView")
private MobileElement title;
@FindBy(className = "android.widget.TextView")
private MobileElement textMessage;
They are in the same LinearLayout. How do get the first and the second element?