mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 22:03:55 +01:00
Made nearby notification also visible to right-to-left languages (#2365)
* Fixed Issue #2334 * resolved gradle changes * changed gragle.wrapper
This commit is contained in:
parent
b244e403c2
commit
105e5d7894
2 changed files with 66 additions and 67 deletions
|
|
@ -7,6 +7,7 @@ import android.util.AttributeSet;
|
|||
import android.view.View;
|
||||
import android.widget.Button;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.ProgressBar;
|
||||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
|
|
@ -25,7 +26,7 @@ public class NearbyNotificationCardView extends SwipableCardView {
|
|||
private Context context;
|
||||
|
||||
private Button permissionRequestButton;
|
||||
private RelativeLayout contentLayout;
|
||||
private LinearLayout contentLayout;
|
||||
private TextView notificationTitle;
|
||||
private TextView notificationDistance;
|
||||
private ImageView notificationIcon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue