|
|
@ -103,4 +103,36 @@ |
|
|
|
android:layout_marginLeft="5dp" |
|
|
|
android:layout_marginLeft="5dp" |
|
|
|
android:layout_marginRight="5dp" |
|
|
|
android:layout_marginRight="5dp" |
|
|
|
android:background="#cdcdcd" /> |
|
|
|
android:background="#cdcdcd" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:id="@+id/licenseOrbot" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:background="?android:attr/listChoiceBackgroundIndicator" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
|
|
android:paddingBottom="10dp" |
|
|
|
|
|
|
|
android:paddingTop="10dp" > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:id="@+id/textView4" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingLeft="10dp" |
|
|
|
|
|
|
|
android:text="@string/library_netcipher" |
|
|
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:id="@+id/isImportAvailable4" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingLeft="10dp" |
|
|
|
|
|
|
|
android:text="@string/license_gnu" |
|
|
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" |
|
|
|
|
|
|
|
android:textColor="@color/light" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="1dp" |
|
|
|
|
|
|
|
android:layout_marginLeft="5dp" |
|
|
|
|
|
|
|
android:layout_marginRight="5dp" |
|
|
|
|
|
|
|
android:background="#cdcdcd" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|