Precise ressources
This commit is contained in:
@@ -28,10 +28,6 @@
|
||||
android:name="android.app.lib_name"
|
||||
android:value="" />
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".RepositoryDetailActivity"
|
||||
android:exported="false">
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
@@ -4,7 +4,6 @@ import android.view.LayoutInflater
|
||||
import android.view.View
|
||||
import android.view.ViewGroup
|
||||
import android.widget.EditText
|
||||
import android.widget.TextView
|
||||
import androidx.lifecycle.LiveData
|
||||
import androidx.lifecycle.ViewModel
|
||||
import androidx.lifecycle.ViewModelProvider
|
||||
|
@@ -52,7 +52,8 @@
|
||||
android:src="@drawable/ic_star"
|
||||
app:layout_constraintEnd_toStartOf="@+id/repo_stars"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/repo_stars"
|
||||
app:layout_constraintTop_toTopOf="@+id/repo_stars" />
|
||||
app:layout_constraintTop_toTopOf="@+id/repo_stars"
|
||||
app:tint="?attr/colorControlNormal" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/repo_stars"
|
||||
@@ -72,7 +73,8 @@
|
||||
android:src="@drawable/ic_git_branch"
|
||||
app:layout_constraintEnd_toStartOf="@+id/repo_forks"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/repo_forks"
|
||||
app:layout_constraintTop_toTopOf="@+id/repo_forks" />
|
||||
app:layout_constraintTop_toTopOf="@+id/repo_forks"
|
||||
app:tint="?attr/colorControlNormal" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/repo_forks"
|
||||
|
@@ -18,7 +18,7 @@
|
||||
<string name="owner_not_found">User not found</string>
|
||||
<string name="asc_sort">Asc</string>
|
||||
<string name="desc_sort">Desc</string>
|
||||
<string name="login_start">Enter your credientials</string>
|
||||
<string name="login_start">Enter your credentials</string>
|
||||
<string-array name="sort_criteria">
|
||||
<item>alpha</item>
|
||||
<item>created</item>
|
||||
|
Reference in New Issue
Block a user