Project: diva-beta2_apk

report
regex: http:
Code @ line 2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent">
    <TextView android:textSize="@dimen/abc_text_size_small_material" android:textStyle="bold" android:gravity="left|right|center_horizontal|fill_horizontal|center|fill|start|end" android:id="@+id/title_entry" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="40.0" android:textAlignment="viewStart" />
    <TextView android:textSize="@dimen/abc_text_size_small_material" android:gravity="left|right|center_horizontal|fill_horizontal|center|fill|start|end" android:id="@+id/note_entry" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="50.56" android:textAlignment="viewStart" />
</LinearLayout>
Add to lootbox
Source code
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent">
    <TextView android:textSize="@dimen/abc_text_size_small_material" android:textStyle="bold" android:gravity="left|right|center_horizontal|fill_horizontal|center|fill|start|end" android:id="@+id/title_entry" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="40.0" android:textAlignment="viewStart" />
    <TextView android:textSize="@dimen/abc_text_size_small_material" android:gravity="left|right|center_horizontal|fill_horizontal|center|fill|start|end" android:id="@+id/note_entry" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="50.56" android:textAlignment="viewStart" />
</LinearLayout>