|
|
@ -52,7 +52,8 @@
|
|
|
|
android:src="@drawable/ic_star"
|
|
|
|
android:src="@drawable/ic_star"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/repo_stars"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/repo_stars"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+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
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/repo_stars"
|
|
|
|
android:id="@+id/repo_stars"
|
|
|
@ -72,7 +73,8 @@
|
|
|
|
android:src="@drawable/ic_git_branch"
|
|
|
|
android:src="@drawable/ic_git_branch"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/repo_forks"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/repo_forks"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+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
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/repo_forks"
|
|
|
|
android:id="@+id/repo_forks"
|
|
|
|