aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/llvm-nodebug/ortho_llvm.adb
Commit message (Expand)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
* src/ortho: add new_convert.Tristan Gingold2020-06-171-2/+7
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-281-3/+2
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-211-14/+52
* Improve doc, fix English typo.Tristan Gingold2018-09-231-1/+1
* ortho_llvm: remove outdated comment.Tristan Gingold2018-06-011-1/+0
* Apply previous patch to llvm-nodebugTristan Gingold2018-05-261-8/+17
* Add llvm-nodebug, an llvm backend more portable across llvm versions.Tristan Gingold2016-09-121-0/+2320
id='n75' href='#n75'>75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
<?xml version="1.0" encoding="UTF-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingLeft="16dp"
        android:paddingRight="16dp"
        android:orientation="vertical">

        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="16dp"
            android:layout_marginBottom="8dp"
            android:layout_marginLeft="8dp"
            android:layout_marginRight="8dp"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="@string/linked_select_1"
            android:id="@+id/textView"
            android:layout_weight="1" />

        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginBottom="8dp"
            android:layout_marginLeft="8dp"
            android:layout_marginRight="8dp"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="@string/linked_select_2"
            android:layout_weight="1" />

        <View
            android:layout_width="match_parent"
            android:layout_height="1dip"
            android:background="?android:attr/listDivider" />

        <LinearLayout
            android:id="@+id/linked_create_github_button"
            android:layout_width="match_parent"
            android:layout_height="?android:attr/listPreferredItemHeight"
            android:layout_marginTop="2dp"
            android:layout_marginBottom="2dp"
            android:clickable="true"
            android:background="?android:selectableItemBackground"
            android:orientation="horizontal">

            <!-- separate ImageView required for recoloring -->
            <ImageView
                android:layout_width="60dip"
                android:layout_height="60dip"
                android:padding="8dp"
                android:src="@drawable/linked_github"
                android:layout_gravity="center"
                />

            <TextView
                android:paddingLeft="8dp"
                android:paddingRight="8dp"
                android:textAppearance="?android:attr/textAppearanceMedium"
                android:layout_width="0dip"
                android:layout_height="match_parent"
                android:text="@string/linked_title_github"
                android:layout_weight="1"
                android:gravity="center_vertical" />

        </LinearLayout>

        <View
            android:layout_width="match_parent"
            android:layout_height="1dip"
            android:background="?android:attr/listDivider" />

        <LinearLayout
            android:id="@+id/linked_create_twitter_button"
            android:layout_width="match_parent"
            android:layout_height="?android:attr/listPreferredItemHeight"
            android:layout_marginTop="2dp"
            android:layout_marginBottom="2dp"
            android:clickable="true"
            android:background="?android:selectableItemBackground"
            android:orientation="horizontal">

            <!-- separate ImageView required for recoloring -->
            <ImageView
                android:layout_width="60dip"
                android:layout_height="60dip"
                android:padding="8dp"
                android:src="@drawable/linked_twitter"
                android:layout_gravity="center"
                />

            <TextView
                android:paddingLeft="8dp"
                android:paddingRight="8dp"
                android:textAppearance="?android:attr/textAppearanceMedium"
                android:layout_width="0dip"
                android:layout_height="match_parent"
                android:text="@string/linked_title_twitter"
                android:layout_weight="1"
                android:gravity="center_vertical" />

        </LinearLayout>

        <!--
        <View
            android:layout_width="match_parent"
            android:layout_height="1dip"
            android:layout_marginBottom="4dp"
            android:background="?android:attr/listDivider" />

        <LinearLayout
            android:id="@+id/linked_create_dns_button"
            android:layout_width="match_parent"
            android:layout_height="?android:attr/listPreferredItemHeight"
            android:clickable="true"
            android:background="?android:selectableItemBackground"
            android:orientation="horizontal">

            <!- separate ImageView required for recoloring ->
            <ImageView
                android:layout_width="60dip"
                android:layout_height="60dip"
                android:padding="8dp"
                android:src="@drawable/linked_dns"
                android:layout_gravity="center"
                />

            <TextView
                android:paddingLeft="8dp"
                android:paddingRight="8dp"
                android:textAppearance="?android:attr/textAppearanceMedium"
                android:layout_width="0dip"
                android:layout_height="match_parent"
                android:text="@string/linked_title_dns"
                android:layout_weight="1"
                android:gravity="center_vertical" />

        </LinearLayout>
        -->

        <View
            android:layout_width="match_parent"
            android:layout_height="1dip"
            android:background="?android:attr/listDivider" />

        <LinearLayout
            android:id="@+id/linked_create_https_button"
            android:layout_width="match_parent"
            android:layout_height="?android:attr/listPreferredItemHeight"
            android:layout_marginTop="2dp"
            android:layout_marginBottom="2dp"
            android:clickable="true"
            android:background="?android:selectableItemBackground"
            android:orientation="horizontal">

            <!-- separate ImageView required for recoloring -->
            <ImageView
                android:id="@+id/certify_key_action_certify_image"
                android:layout_width="60dip"
                android:layout_height="60dip"
                android:padding="8dp"
                android:src="@drawable/linked_https"
                android:layout_gravity="center_vertical" />

            <TextView
                android:paddingLeft="8dp"
                android:paddingRight="8dp"
                android:textAppearance="?android:attr/textAppearanceMedium"
                android:layout_width="0dip"
                android:layout_height="match_parent"
                android:text="@string/linked_title_https"
                android:layout_weight="1"
                android:gravity="center_vertical" />

        </LinearLayout>

        <View
            android:layout_width="match_parent"
            android:layout_height="1dip"
            android:layout_marginBottom="4dp"
            android:background="?android:attr/listDivider" />

    </LinearLayout>

</ScrollView>